home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Windows Desktop Locker / setup.exe / install_script.iss
Text File  |  2005-03-13  |  1KB  |  44 lines

  1. ;InnoSetupVersion=4.1.8
  2.  
  3. [Setup]
  4. AppName=Windows Desktop Locker
  5. AppVerName=Windows Desktop Locker 2.01
  6. AppId=Windows Desktop Locker
  7. AppPublisher=Ing. Petr Zßvesk²
  8. AppPublisherURL=http://www.zavesky.net
  9. AppSupportURL=http://www.zavesky.net
  10. AppUpdatesURL=http://www.zavesky.net
  11. DefaultDirName={pf}\ZAVESKY.net\WDL
  12. DefaultGroupName=ZAVESKY.net\WDL
  13. OutputBaseFilename=setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\wdl.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\ctimne.txt"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\instalace.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24.  
  25. [INI]
  26. FileName: "{app}\wdl.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.zavesky.net"; 
  27.  
  28. [Run]
  29. Filename: "{app}\wdl.exe"; Description: "Spustit Windows Desktop Locker"; Flags: postinstall skipifsilent nowait
  30.  
  31. [Icons]
  32. Name: "{group}\WDL"; Filename: "{app}\wdl.exe"; 
  33. Name: "{group}\Cti mne"; Filename: "{app}\ctimne.txt"; 
  34. Name: "{group}\www.ZAVESKY.net"; Filename: "{app}\wdl.url"; IconFilename: "{app}\wdl.exe"; 
  35. Name: "{group}\Odinstalovat"; Filename: "{uninstallexe}"; 
  36.  
  37. [UninstallDelete]
  38. Type: files; Name: "{app}\wdl.url"; 
  39.  
  40. [Languages]
  41. ; These files are stubs
  42. ; To achieve better results after recompilation, use the real language files
  43. Name: "cz"; MessagesFile: "embedded\cz.isl"; 
  44.